RoomParams

class RoomParams(roomType: RoomType)

A class that provides the methods to configure Room.

Since

1.6.0

Parameters

roomType

Sets the type of the room. Valid values are RoomType.SMALL_ROOM_FOR_VIDEO and RoomType.LARGE_ROOM_FOR_AUDIO_ONLY.

Constructors

RoomParams
Link copied to clipboard
fun RoomParams(roomType: RoomType)

Functions

setCustomItems
Link copied to clipboard
fun setCustomItems(customItems: Map<String, String>): RoomParams

Adds custom items to a room.

Properties

roomType
Link copied to clipboard
val roomType: RoomType